ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / CanReplace Method
The index of the item that would be replaced.

In This Topic
    CanReplace Method (C1WrapCollectionView<S,T>)
    In This Topic
    Determines whether the item at the specified index can be replaced in the collection.
    Syntax
    'Declaration
     
    Public Overridable Function CanReplace( _
       ByVal index As System.Integer _
    ) As System.Boolean
    public virtual System.bool CanReplace( 
       System.int index
    )

    Parameters

    index
    The index of the item that would be replaced.
    See Also